home *** CD-ROM | disk | FTP | other *** search
- // vbitsvw.h : interface of the CVbits32View class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- class CVbits32View : public CEditView
- {
- protected: // create from serialization only
- CVbits32View();
- DECLARE_DYNCREATE(CVbits32View)
-
- // Attributes
- public:
- CVbits32Doc* GetDocument();
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVbits32View)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CVbits32View();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CVbits32View)
- afx_msg void OnViewNewdialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #ifndef _DEBUG // debug version in vbitsvw.cpp
- inline CVbits32Doc* CVbits32View::GetDocument()
- { return (CVbits32Doc*)m_pDocument; }
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
-